home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 4 / MacMania 4.toast / / Tools&Utilities / MacPerl BBEdit Extension / read me next >
Text File  |  1996-04-16  |  2KB  |  54 lines

  1. This BBEdit extension allows the running of MacPerl scripts from BBEdit. MacPerl
  2. is a Macintosh port of the Perl programming language by Matthias Neeracher.
  3. Information about MacPerl is available at
  4.    <http://err.ethz.ch/members/neeri/macintosh/perl-qa.html>
  5.  
  6. This extension sends the text in the active BBEdit window to MacPerl to be
  7. executed as a Perl script. If a Perl script executed by the extension writes
  8. output to stdout or stderr then a new BBEdit window is created and the output is
  9. put into the new window after the script is finished executing (any stderr text
  10. is first followed by the stdout text). MacPerl must be running before the
  11. extension is executed, otherwise an alert is displayed. Typing the command and
  12. period keys together will terminate the extension, although the Perl script
  13. started by the extension will still be running.
  14.  
  15. To use the extension put it in the "BBEdit Extensions" folder that is in the same
  16. folder as the BBEdit application. If BBEdit is running the extension will only
  17. appear in the Extensions menu after BBEdit is quit and restarted.
  18.  
  19. The extension is a 68K BBEdit extension and should work on a 68K or PPC Macintosh
  20. with MacPerl 4 or 5, and BBEdit or BBEdit Lite (I've only tried it with version
  21. 3.5.2 of BBEdit).
  22.  
  23. This extension is freeware. If you have any questions or comments, or would like
  24. a copy of the source code, please let me know.
  25.  
  26. Of related interest is the BBEdit Script Extension for MacPerl written by
  27. Matthias Neeracher. This allows Perl scripts to be saved as BBEdit extensions by
  28. MacPerl. There is a Perl interface to BBEdit that allows MacPerl scripts saved as
  29. BBEdit extensions to use BBEdit extension callbacks. Unfortunately, the last time
  30. I checked (using the 07Feb96 version of the BBEdit Script Extension with MacPerl
  31. 5.0.6) the BBEdit extension callbacks did not work on 68K Macintoshes (they do
  32. work on PPC Macintoshes). The BBEdit Script Extension for MacPerl is available
  33. from
  34.     <ftp://err.ethz.ch/pub/neeri/MacPerl/MPBBEdit_07Feb96.sit.bin>
  35.  
  36. Brad Hanson
  37. bhanson@avalon.net, BradH5@aol.com
  38.  
  39.  
  40. Version History
  41.  
  42. April 15, 1996 - Version 1.0
  43.  
  44. - Pressing command-period will stop the extension.
  45.  
  46. - Added alerts for more informative error messages.
  47.  
  48. - Added version resource.
  49.  
  50.  
  51. January, 1996 - Version 0 (actually no version number)
  52.  
  53. I submitted this initial version to the MacPerl mailing list.
  54.